Genetic correlation

Genetic correlation is the proportion of variance that two traits share due to genetic causes.[1] Outside the theoretical boundary case of traits with zero heritability, the genetic correlation of traits is independent of their heritability: i.e., two traits can have a very high genetic correlation even when the heritability of each is low and vice versa.

The genetic correlation, then, tells us how much of the genetic influence on two traits is common to both: if it is above zero, this suggests that the two traits are influenced by common genes. This can be an important constraint on conceptualizations of the two traits: traits which seem different phenotypically but which share a common genetic basis require an explanation for how these genes can influence both traits.

Computing the genetic correlation

Estimates of a genetic correlation obviously require a genetically informative sample, such as a twin study.

Given a genetic covariance matrix, the genetic correlation is computed by standardizing this, i.e., by converting the covariance matrix to a correlation matrix. For example, if two traits, say height and weight have the following additive genetic variance-covariance matrix:

Height Weight
Height 36 36
Weight 36 117

Then the genetic correlation is .55, as seen is the standardized matrix below:

Height Weight
Height 1
Weight .55 1

In practice, structural equation modeling applications such as OpenMx are used to calculate both the genetic covariance matrix and its standardized form. In R, cov2cor() will standardize the matrix.

Typically, published reports will provide genetic variance components that have been standardized as a proportion of total variance (for instance in an ACE twin study model standardised as a proportion of V-total = A+C+E). In this case, the metric for computing the genetic covariance (the variance within the genetic covariance matrix) is lost (because of the standardizing process), so you cannot readily estimate the genetic correlation of two traits from such published models. Multivariate models (such as the Cholesky decomposition) will, however, allow the viewer to see shared genetic effects (as opposed to the genetic correlation) by following path rules. it is important therefore to provide the unstandardised path coefficients in publications.

See also

References

  1. ^ Neale, M. C., & Maes, H. H. (1996). Methodology for genetics studies of twins and families (6th ed.). Dordrecht, The Netherlands: Kluwer.